home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / mgiwaug.dxr / 00003_MGIInternet Frame.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  651 b   |  29 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, MGIHammer, MGIFindTV, browserID, IFLBrowsercounter, MGICompOnStage, MGICompTwoOnStage
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if MGICompOnStage = 1 then
  8.     MGIFlashComp()
  9.   end if
  10.   MGISpinE()
  11.   MGINoiseMove()
  12.   if MGIFindTV > 2 then
  13.     MGIPosterHighLight()
  14.     MGINumberAnimate()
  15.     MGIHammerAnimate()
  16.     MGIQuitCD()
  17.     if browserID > 32 then
  18.       if IFLBrowsercounter = 2 then
  19.         MGICheckBrowser()
  20.       else
  21.         set IFLBrowsercounter to 1 + IFLBrowsercounter
  22.       end if
  23.     end if
  24.     IFLsectionWordAnimate()
  25.   else
  26.     MGIExplore()
  27.   end if
  28. end
  29.